home *** CD-ROM | disk | FTP | other *** search
- /* HugeMoonView.h
- * Part of the Moon application for the NeXT computer.
- * Author: Geoffrey S. Knauth
- * Date: January 4, 1992
- *
- * Permission to copy this program is hereby granted under the terms
- * of the Free Software Foundation's GNU General Public License.
- */
-
- /* Initially generated by Interface Builder */
-
- #import <appkit/View.h>
-
- @interface HugeMoonView : View
- {
- id image;
- }
-
- - initFrame :(const NXRect *)frameRect;
- - drawSelf :(const NXRect *)rects :(int)rectCount;
- - free;
-
- @end
-